ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Waterfall<T> Class / IntermediateTotalLabels Property

In This Topic
    IntermediateTotalLabels Property (Waterfall<T>)
    In This Topic
    Gets or sets the value of the property that contains the label of the intermediate total bar. The property should work with ShowIntermediateTotal and IntermediateToolPositions properties.
    Syntax
    'Declaration
     
    Public Property IntermediateTotalLabels As String()
    public string[] IntermediateTotalLabels {get; set;}
    See Also